Code
<html> <body> <form method="Post"> <table border="1" rules="all"> <thead> <tr> <td> Label </td> <td> Fields </td> </tr> </thead> <tr> <td> User Name </td> <td> <input type="text" /> </td> </tr> <tr> <td> Password </td> <td> <input type="text" /> </td> </tr> <tr> <td> Address </td> <td> <input type="text" /> </td> </tr> </table> </form> </body> </html>
Output